[INFO] cloning repository https://github.com/nomiskeig/teshi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nomiskeig/teshi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnomiskeig%2Fteshi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnomiskeig%2Fteshi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b394a9c78be8fdf55172c5e67915fa8aa5d42fa3
[INFO] fixing nomiskeig/teshi against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnomiskeig%2Fteshi" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nomiskeig/teshi
[INFO] finished tweaking git repo https://github.com/nomiskeig/teshi
[INFO] tweaked toml for git repo https://github.com/nomiskeig/teshi written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nomiskeig/teshi on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nomiskeig/teshi already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e1d2535631c3a10e69695c0a370c643a7f3eec7cbe70ff3c4d0d4a2c066f2667
[INFO] running `Command { std: "docker" "start" "e1d2535631c3a10e69695c0a370c643a7f3eec7cbe70ff3c4d0d4a2c066f2667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e1d2535631c3a10e69695c0a370c643a7f3eec7cbe70ff3c4d0d4a2c066f2667" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e1d2535631c3a10e69695c0a370c643a7f3eec7cbe70ff3c4d0d4a2c066f2667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e1d2535631c3a10e69695c0a370c643a7f3eec7cbe70ff3c4d0d4a2c066f2667" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking teshi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `execute`
[INFO] [stdout]  --> src/cpu/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod execute;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `execute`, create file "src/cpu/execute.rs" or "src/cpu/execute/mod.rs"
[INFO] [stdout]   = note: if there is a `mod execute` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `interrupts`
[INFO] [stdout]  --> src/cpu/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod interrupts;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `interrupts`, create file "src/cpu/interrupts.rs" or "src/cpu/interrupts/mod.rs"
[INFO] [stdout]   = note: if there is a `mod interrupts` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `ppu`
[INFO] [stdout]   --> src/main.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | mod ppu;
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `ppu`, create file "src/ppu.rs" or "src/ppu/mod.rs"
[INFO] [stdout]    = note: if there is a `mod ppu` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `execute`
[INFO] [stdout]  --> src/cpu/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod execute;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `execute`, create file "src/cpu/execute.rs" or "src/cpu/execute/mod.rs"
[INFO] [stdout]   = note: if there is a `mod execute` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `interrupts`
[INFO] [stdout]  --> src/cpu/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod interrupts;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `interrupts`, create file "src/cpu/interrupts.rs" or "src/cpu/interrupts/mod.rs"
[INFO] [stdout]   = note: if there is a `mod interrupts` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `ppu`
[INFO] [stdout]   --> src/main.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | mod ppu;
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `ppu`, create file "src/ppu.rs" or "src/ppu/mod.rs"
[INFO] [stdout]    = note: if there is a `mod ppu` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `memory::MemValue16`
[INFO] [stdout]  --> src/cpu/registers.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::{cpu::Flags, memory::MemValue16};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/cpu/registers.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout] 150 |         if (amount >= 0) {
[INFO] [stdout]     |            ^           ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 150 -         if (amount >= 0) {
[INFO] [stdout] 150 +         if amount >= 0  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::anyhow`
[INFO] [stdout]  --> src/cpu/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use anyhow::anyhow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `memmap2::Mmap`
[INFO] [stdout]  --> src/cpu/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use memmap2::Mmap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `format`
[INFO] [stdout]   --> src/cpu/mod.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::fmt::{self, format};
[INFO] [stdout]    |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HIGH_RAM_START`
[INFO] [stdout]   --> src/cpu/mod.rs:13:46
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::memory::{Address, HIGH_MEM_START, HIGH_RAM_START, MemValue8, MemValue16, Memory};
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/cpu/mod.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |                 if (mem_value8.val == 0) {
[INFO] [stdout]    |                    ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 84 -                 if (mem_value8.val == 0) {
[INFO] [stdout] 84 +                 if mem_value8.val == 0  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Add` and `From`
[INFO] [stdout]   --> src/memory/mod.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | use derive_more::{Add, From, Into};
[INFO] [stdout]    |                   ^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `memory::MemValue16`
[INFO] [stdout]  --> src/cpu/registers.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::{cpu::Flags, memory::MemValue16};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/cpu/registers.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout] 150 |         if (amount >= 0) {
[INFO] [stdout]     |            ^           ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 150 -         if (amount >= 0) {
[INFO] [stdout] 150 +         if amount >= 0  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::anyhow`
[INFO] [stdout]  --> src/cpu/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use anyhow::anyhow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `memmap2::Mmap`
[INFO] [stdout]  --> src/cpu/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use memmap2::Mmap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `format`
[INFO] [stdout]   --> src/cpu/mod.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::fmt::{self, format};
[INFO] [stdout]    |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HIGH_RAM_START`
[INFO] [stdout]   --> src/cpu/mod.rs:13:46
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::memory::{Address, HIGH_MEM_START, HIGH_RAM_START, MemValue8, MemValue16, Memory};
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/cpu/mod.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 84 |                 if (mem_value8.val == 0) {
[INFO] [stdout]    |                    ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 84 -                 if (mem_value8.val == 0) {
[INFO] [stdout] 84 +                 if mem_value8.val == 0  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Add` and `From`
[INFO] [stdout]   --> src/memory/mod.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 | use derive_more::{Add, From, Into};
[INFO] [stdout]    |                   ^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]    --> src/cpu/mod.rs:252:13
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let length = ins.get_length()?;
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]    --> src/memory/mod.rs:111:27
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn read_16(&self, address: Address) -> anyhow::Result<MemValue16> {
[INFO] [stdout]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `teshi` (bin "teshi" test) due to 3 previous errors; 13 warnings emitted
[INFO] [stdout] warning: unused variable: `instruction_context`
[INFO] [stdout]   --> src/main.rs:26:24
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn execute_instruction(instruction_context: InstructionContext, cpu: &mut CPU, memory: &mut Memory) {
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instruction_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `cpu`
[INFO] [stdout]   --> src/main.rs:26:65
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn execute_instruction(instruction_context: InstructionContext, cpu: &mut CPU, memory: &mut Memory) {
[INFO] [stdout]    |                                                                 ^^^ help: if this is intentional, prefix it with an underscore: `_cpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memory`
[INFO] [stdout]   --> src/main.rs:26:80
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn execute_instruction(instruction_context: InstructionContext, cpu: &mut CPU, memory: &mut Memory) {
[INFO] [stdout]    |                                                                                ^^^^^^ help: if this is intentional, prefix it with an underscore: `_memory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `length`
[INFO] [stdout]    --> src/cpu/mod.rs:252:13
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let length = ins.get_length()?;
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_length`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]    --> src/memory/mod.rs:111:27
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn read_16(&self, address: Address) -> anyhow::Result<MemValue16> {
[INFO] [stdout]     |                           ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `instruction_context`
[INFO] [stdout]   --> src/main.rs:26:24
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn execute_instruction(instruction_context: InstructionContext, cpu: &mut CPU, memory: &mut Memory) {
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_instruction_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cpu`
[INFO] [stdout]   --> src/main.rs:26:65
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn execute_instruction(instruction_context: InstructionContext, cpu: &mut CPU, memory: &mut Memory) {
[INFO] [stdout]    |                                                                 ^^^ help: if this is intentional, prefix it with an underscore: `_cpu`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `memory`
[INFO] [stdout]   --> src/main.rs:26:80
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn execute_instruction(instruction_context: InstructionContext, cpu: &mut CPU, memory: &mut Memory) {
[INFO] [stdout]    |                                                                                ^^^^^^ help: if this is intentional, prefix it with an underscore: `_memory`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `teshi` (bin "teshi") due to 3 previous errors; 13 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e1d2535631c3a10e69695c0a370c643a7f3eec7cbe70ff3c4d0d4a2c066f2667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1d2535631c3a10e69695c0a370c643a7f3eec7cbe70ff3c4d0d4a2c066f2667", kill_on_drop: false }`
[INFO] [stdout] e1d2535631c3a10e69695c0a370c643a7f3eec7cbe70ff3c4d0d4a2c066f2667
